home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_povray.idb / usr / freeware / lib / povray31 / include / stdcam.inc.z / stdcam.inc
Encoding:
Text File  |  1999-04-16  |  242 b   |  11 lines

  1. // Persistence Of Vision raytracer version 3.1 sample file.
  2. camera {
  3.     location <-2.0, 1.75, -5>
  4.     right x*1.3333
  5.     angle 70
  6.     look_at <-0.75, -0.5, 0>
  7. }
  8.  
  9. light_source { <20, 20, -25> rgb 1 }
  10. plane { y, 0  pigment { Plum }}
  11.